ListLevelProperties Class

Represents formatting properties for a list level.

Definition

Namespace: Independentsoft.Office.Odf.Styles
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public class ListLevelProperties
Inheritance
Object    ListLevelProperties

Constructors

ListLevelProperties Initializes a new instance of the ListLevelProperties class.

Properties

FontName Specifies the font of choice.
ImageHeight Specifies the image height.
ImageWidth Specifies the image width.
LabelAlignment Specifies the alignment of list labels.
ListLevelLabelAlignment Specifies the position and spacing of a list label and its list item.
ListLevelPositionAndSpaceMode Specifies how the position and spacing of the list labels (numbers or bullets) is defined.
MinimumLabelDistance Specifies the minimum distance between a number and a list item.
MinimumLabelWidth Specifies the minimum width of a number.
StartIndent Specifies the space to include before a number for all paragraphs at a particular level.

Methods

Clone Creates a new object that is a deep copy of the current instance.
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString Converts the value of the current ListLevelProperties object to its equivalent string representation.
(Overrides ObjectToString)

See Also